footer {
	width: 100%;
	background: #1E5AAB;
	overflow: hidden;
}

footer .m {
	width: 1400px;
	margin: 0 auto;
}

footer .m .select {
	width: 95%;
	height: 68px;
	border-bottom: 1px solid #6086B8;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

footer .m .select select {
	width: 180px;
	max-width: 25%;
	height: 50px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #fff;
	background: none;
}
footer .m .select select option{

	color: #000;
	
}
footer .m .info {
	overflow: hidden;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .m .info .icon {
	display: flex;
	align-items: center;
}

footer .m .info .icon img {
	margin-left: 15px;
}

footer .m .info .icon img:first-child {
	margin-left: 0;
}

footer .m .info .font {
	overflow: hidden;
}

footer .m .info .font div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0; 
}

footer .m .info .font div p {
	font-size: 16px;
	margin: 0 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .m .info .font div p a{

	color: #fff;

}
footer .m .info .font div p img {
	margin-right: 5px;
}

footer .m .info ul {
	overflow: hidden;
	width: 180px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .m .info ul li {
	overflow: hidden;
	width: 86px;
	height: 35px;
	background: rgba(255, 255, 255, 0.2);
	margin: 5px 0;
}

footer .m .info ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 1000px) {
	footer .m {
		width: 100% !important;
	}
	
	footer .m .select {
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}
	footer .m .select select {
		width: 50%;
		height: 30px;
		/* padding-left: 15px; */
		font-size: 14px;
		max-width: 50%;
	}
	footer .m .info {
		display: block;
		padding: .6rem .3rem;
	}
	footer .m .info ul {
		width: 100%;
	}
	footer .m .info ul li {
		width: 76px;
		height: 26px;
	}
	footer .m .info ul li a {
		font-size: 14px;
	}
	
	footer .m .info .font div p {
		font-size: 13px;
		margin: 5px;
		text-align: center;
	}
	footer .m .info .icon {
		justify-content: center;
		margin-top: .3rem;
	}
	footer .m .info .icon img {
		
	}
	footer .m .info .font div {
		display: block;
	}
	footer .m .info .font div p {
		padding: 2px 0;
	}
}